Skip to content

Fix dependency issue with python 3.6.0#113

Merged
reclaro merged 1 commit intomasterfrom
feature/fix_dependency_python_3_6
Nov 12, 2020
Merged

Fix dependency issue with python 3.6.0#113
reclaro merged 1 commit intomasterfrom
feature/fix_dependency_python_3_6

Conversation

@reclaro
Copy link
Copy Markdown
Contributor

@reclaro reclaro commented Nov 12, 2020

A recent change introduce the use of the ContextVar package. That
package is included from python 3.7.0 but not in older versions. This
change adds that explicit dependency in case the version of python used
is less than 3.7.0

A recent change introduce the use of the ContextVar package. That
package is included from python 3.7.0 but not in older versions. This
change adds that explicit dependency in case the version of python used
is less than 3.7.0
@reclaro reclaro merged commit 6e77c4b into master Nov 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants